home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19970626-19970929 / 000141_news@newsmaster….columbia.edu _Thu Aug 7 13:44:30 1997.msg < prev    next >
Internet Message Format  |  2020-01-01  |  2KB

  1. Return-Path: <news@newsmaster.cc.columbia.edu>
  2. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.35.30])
  3.     by watsun.cc.columbia.edu (8.8.5/8.8.5) with ESMTP id NAA18261
  4.     for <kermit.misc@watsun.cc.columbia.edu>; Thu, 7 Aug 1997 13:44:29 -0400 (EDT)
  5. Received: (from news@localhost)
  6.     by newsmaster.cc.columbia.edu (8.8.5/8.8.5) id NAA05701
  7.     for kermit.misc@watsun; Thu, 7 Aug 1997 13:44:29 -0400 (EDT)
  8. Path: news.columbia.edu!watsun.cc.columbia.edu!fdc
  9. From: fdc@watsun.cc.columbia.edu (Frank da Cruz)
  10. Newsgroups: comp.protocols.kermit.misc
  11. Subject: Re: High Speed Cable Modems
  12. Date: 7 Aug 1997 17:44:24 GMT
  13. Organization: Columbia University
  14. Lines: 15
  15. Message-ID: <5sd1ho$s35$1@apakabar.cc.columbia.edu>
  16. References: <5scsd9$g7$1@newscast.hq.tis.com>
  17. NNTP-Posting-Host: watsun.cc.columbia.edu
  18. Xref: news.columbia.edu comp.protocols.kermit.misc:7435
  19.  
  20. In article <5scsd9$g7$1@newscast.hq.tis.com>,
  21. Roger Hartmuller <roger@clipper.tis.com> wrote:
  22. : My local cable company, Comcast Cable, has run Fiber Optics to my house. They
  23. : are offering a cable modem hookup to the internet, with download speeds
  24. : up to 10 MB, and upload speeds around 1 MB. Does Kermit 95 make sense/will
  25. : it work over that type of connection, if I were to get it?
  26. If you can make a TCP/IP connection over this setup, then you can use Kermit
  27. as a Telnet or Rlogin client.  The question is: will you also have drivers for
  28. the device that can be used with Microsoft TCP/IP?
  29.  
  30. If not, then if a Windows COM driver is supplied, you can use that with TAPI
  31. in K95 1.1.13 to make a modem-like connection.
  32.  
  33. - Frank